home *** CD-ROM | disk | FTP | other *** search
-
- Laurent here,
-
- Yesterday evening, I've fond a bug in my code :-)
-
- In the main function, just after the .while: line,
-
- you can see cmp.b #1,d5
- change it by cmp.b #$44,d5
-
- And when you want to quit the game, press F10 instead of ESC.
-
- The problem is that if you move the mouse, you can receive 1 in d5, and
- the game quits.
- Now, the mouse doesn't annoy us.
- I'll correct it better next time.
-
- Laurent
-
-